home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000386_fdc@columbia.edu_Thu Nov 6 10:01:42 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Login Script Question
  5. Date: 6 Nov 2003 14:55:02 GMT
  6. Organization: Columbia University
  7. Lines: 24
  8. Message-ID: <slrnbqko66.9j.fdc@sesame.cc.columbia.edu>
  9. References: <f0bb0f39.0311060633.58b7ce31@posting.google.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1068130502 16716 128.59.59.56 (6 Nov 2003 14:55:02 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 6 Nov 2003 14:55:02 GMT
  15. User-Agent: slrn/0.9.7.4 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14642
  17.  
  18. In article <f0bb0f39.0311060633.58b7ce31@posting.google.com>,
  19. newexpectuser wrote:
  20. : I am using the K95 GUI with the K95 dialer. I can get the dialer to
  21. : connect to my ssh server, but I want to do a cd /home once I am
  22. : connected.
  23. The command would be:
  24.  
  25.   lineout "cd /home"
  26.  
  27. : There is someway to do this in a Login Script, but I'm not sure how to
  28. : start editing a Login Script (Notepad ? or is there a built in editor
  29. : in the Kermit GUI ?)
  30. It's a regular Windows text box.  Uncheck the "Script file name" box and
  31. enter the above command in the text box from your keyboard.
  32.  
  33. : Do I created a .ksc file in Notepad with my commands then on put this
  34. : name in the Login settings on the dialer for my session and check the
  35. : box "Script file name:" ?
  36. You could do that too.
  37.  
  38. - Frank
  39.